|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.editors.text.TextEditorPreferenceConstants
Preference constants used in the default text editor preference store.
Method Summary | |
static void |
initializeDefaultValues(IPreferenceStore store)
Initializes the given preference store with the default values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String EDITOR_CURRENT_LINE
ExtendedTextEditorPreferenceConstants
"currentLine"
).
The preference value is of type Boolean
.
public static final String EDITOR_CURRENT_LINE_COLOR
ExtendedTextEditorPreferenceConstants
"currentLineColor"
).
The preference value is of type String
. A RGB color value encoded as a string
using class PreferenceConverter
.
StringConverter
,
PreferenceConverter
,
Constant Field Valuespublic static final String EDITOR_PRINT_MARGIN
ExtendedTextEditorPreferenceConstants
"printMargin"
).
The preference value is of type Boolean
.
public static final String EDITOR_PRINT_MARGIN_COLOR
ExtendedTextEditorPreferenceConstants
"printMarginColor"
).
The preference value is of type String
. A RGB color value encoded as a string
using class PreferenceConverter
.
StringConverter
,
PreferenceConverter
,
Constant Field Valuespublic static final String EDITOR_PRINT_MARGIN_COLUMN
ExtendedTextEditorPreferenceConstants
"printMarginColumn"
).
The preference value is of type int
.
public static final String EDITOR_UNKNOWN_INDICATION
ExtendedTextEditorPreferenceConstants
"othersIndication"
).
The preference value is of type Boolean
.
public static final String EDITOR_UNKNOWN_INDICATION_COLOR
ExtendedTextEditorPreferenceConstants
"othersIndicationColor"
).
The preference value is of type String
. A RGB color value encoded as a string
using class PreferenceConverter
.
EDITOR_UNKNOWN_INDICATION
,
StringConverter
,
PreferenceConverter
,
Constant Field Valuespublic static final String EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER
ExtendedTextEditorPreferenceConstants
"othersIndicationInOverviewRuler"
).
The preference value is of type Boolean
.
public static final String EDITOR_OVERVIEW_RULER
ExtendedTextEditorPreferenceConstants
"overviewRuler"
).
The preference value is of type Boolean
.
public static final String EDITOR_LINE_NUMBER_RULER
ExtendedTextEditorPreferenceConstants
"lineNumberRuler"
).
The preference value is of type Boolean
.
public static final String EDITOR_LINE_NUMBER_RULER_COLOR
ExtendedTextEditorPreferenceConstants
"lineNumberColor"
).
The preference value is of type String
. A RGB color value encoded as a string
using class PreferenceConverter
.
StringConverter
,
PreferenceConverter
,
EDITOR_LINE_NUMBER_RULER
,
Constant Field Valuespublic static final String EDITOR_PROBLEM_INDICATION
public static final String EDITOR_PROBLEM_INDICATION_COLOR
public static final String EDITOR_WARNING_INDICATION
public static final String EDITOR_WARNING_INDICATION_COLOR
public static final String EDITOR_INFO_INDICATION
public static final String EDITOR_INFO_INDICATION_COLOR
public static final String EDITOR_TASK_INDICATION
public static final String EDITOR_TASK_INDICATION_COLOR
public static final String EDITOR_BOOKMARK_INDICATION
public static final String EDITOR_BOOKMARK_INDICATION_COLOR
public static final String EDITOR_SEARCH_RESULT_INDICATION
public static final String EDITOR_SEARCH_RESULT_INDICATION_COLOR
public static final String EDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER
public static final String EDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER
public static final String EDITOR_INFO_INDICATION_IN_OVERVIEW_RULER
public static final String EDITOR_TASK_INDICATION_IN_OVERVIEW_RULER
public static final String EDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER
public static final String EDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER
Method Detail |
public static void initializeDefaultValues(IPreferenceStore store)
store
- the preference store to be initialized
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |